home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DESQVIEW / DVXP102.ARJ / PATCH102.BAT < prev    next >
DOS Batch File  |  1992-07-08  |  1KB  |  27 lines

  1. echo off
  2. echo ╔═════════════════════════════════════════════════════════════╗
  3. echo ║       DESQview/X Patch for version 1.02 dated 4/27/92       ║
  4. echo ║                                                             ║
  5. echo ║ This patchfile implements fixes to DESQview/X version 1.02. ║
  6. echo ║ This patch will work ONLY on DESQview/X version 1.02. The   ║
  7. echo ║ date on the DV.EXE file in your DESQview/X directory should ║
  8. echo ║ be 4/27/92. If the date on your DV.EXE file is later than   ║
  9. echo ║ 4/27/92,  you do not need this patch.                       ║
  10. echo ║                                                             ║
  11. echo ║ Press any key to continue or Control-C to abort.            ║
  12. echo ╚═════════════════════════════════════════════════════════════╝
  13. pause
  14. if  NOT exist 102102.rtp goto error
  15. if  NOT exist DVX.CFG goto error
  16. 102102 102102.rtp
  17. echo patch complete ..
  18. goto end
  19. :error
  20. echo ╔═════════════════════════════════════════════════════════════╗
  21. echo ║ This patch should be applied by copying 102102.exe,         ║
  22. echo ║ 102102.rtp, and patch102.bat into your DESQview/X           ║
  23. echo ║ directory, and then typing Patch102.                        ║
  24. echo ║                                                             ║
  25. echo ╚═════════════════════════════════════════════════════════════╝
  26. :end
  27.